ArcPadScripting
ShapeType

ShapeType constants

Constant Value Description
apShapeMultiPointM 28 MultiPointM shape type.
apShapePolygonM 25 PolygonM shape type.
apShapePolylineM 23 PolylineM shape type.
apShapePointM 21 PointM shape type.
apShapeMultiPointZ 18 MultiPointZ shape type.
apShapePolygonZ 15 PolygonZ shape type.
apShapePolylineZ 13 PolylineZ shape type.
apShapePointZ 11 PointZ shape type.
apShapeMultiPoint 8 MultiPoint shape type.
apShapePolygon 5 Polygon shape type.
apShapePolyline 3 Polyline shape type.
apShapePoint 1 Point shape type.
apShapeNull 0 Null shape type.

Remarks
Use these constants with the ShapeType property of the Fields, Line, Point, Points, and Polygon objects.
Applies To